Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/08 - Number Counter/

assets /cody/swapnilsparsh/30DaysOfJavaScript/08 - Number Counter/assets/
1 Items
  • number.png
  • font /cody/swapnilsparsh/30DaysOfJavaScript/08 - Number Counter/font/
    1 Items
  • sans.ttf
  • index.html /cody/swapnilsparsh/30DaysOfJavaScript/08 - Number Counter/index.html
    375 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta na
    script.js /cody/swapnilsparsh/30DaysOfJavaScript/08 - Number Counter/script.js
    223 Views
    0 Comments
    const counter = document.getElementById('counter');
    const increase = document.querySelector('.increase');
    const decrease = docum
    style.css /cody/swapnilsparsh/30DaysOfJavaScript/08 - Number Counter/style.css
    131 Views
    0 Comments
    :root {
    --primary-color: #19172e;
    --counter-container-size: 9.375rem;
    --container-width: 100%;
    --btn-operator-si